SensorData

Protobuf type meshtastic.SensorData

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , InterdeviceProtos.SensorDataOrBuilder
Protobuf type meshtastic.SensorData
Link copied to clipboard
enum DataCase : Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getFloatValue(): Float
float float_value = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The message type
.meshtastic.MessageType type = 1;
Link copied to clipboard
open fun getTypeValue(): Int
The message type
.meshtastic.MessageType type = 1;
Link copied to clipboard
open fun getUint32Value(): Int
uint32 uint32_value = 3;
Link copied to clipboard
float float_value = 2;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
uint32 uint32_value = 3;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): InterdeviceProtos.SensorData
Link copied to clipboard
open fun parseFrom(data: ByteString): InterdeviceProtos.SensorData
open fun parseFrom(input: CodedInputStream): InterdeviceProtos.SensorData
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): InterdeviceProtos.SensorData
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): InterdeviceProtos.SensorData
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): InterdeviceProtos.SensorData
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): InterdeviceProtos.SensorData
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): InterdeviceProtos.SensorData
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)